home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / printing / 2_up111.zip / 2UP.DOC next >
Text File  |  1993-03-08  |  2KB  |  75 lines

  1.         Documentation For the 2-UP! Program
  2.         -----------------------------------
  3.  
  4. 2-UP! is designed to half the number of pages required when printing out
  5. ascii files.  At the moment it only handles pure ascii file, and understands
  6. form feeds, tabs, and linefeed/carriage return combinations.  Support for
  7. ansi codes may be implemented in a future version.
  8.  
  9. COMMAND-LINE:  2up [/?] [/b] [/o] [/f] [/s] [/sx] [/font "fontname"] [/hs]
  10.            [/l] [/i "inputfile"] [/p "outputfile"]
  11.  
  12. ARGUMENTS:
  13.  
  14.     [/?]    Provides a help screen that provides an explanation of each 
  15.         option.
  16.  
  17.     [/b]    Disables printing of the box around the text, as each page
  18.         printed has a box enclosed around it.
  19.  
  20.     [/o]    Disables page numbering, useful for when you are printing
  21.         a manual of some discription, and page numbering is already
  22.         in the text.
  23.  
  24.     [/f]    Normally 2-UP! calls the output file output.ps.  This option
  25.         forces the program to ask for an output file name.
  26.  
  27.     [/s]    Changes the default point size, normally the default is
  28.         sufficient for most purposes.
  29.  
  30.     [/sx]    Changed the font size in the x-direction, if needed.
  31.  
  32.     [/hs]    Turns half-shadowing mode on.  This option can not be used
  33.         in conjunction with the /l command.
  34.  
  35.     [/l]    Enables landscape printing mode.  Very useful for printing 
  36.         manuals.
  37.  
  38.     [font "fontname"]    Changes the default font, only choose one
  39.                 that your printer supports! (Default font is
  40.                 courier)
  41.  
  42.     [/i "inputfile"]    Specifies the input file that the user wants
  43.                 to convert.
  44.  
  45.     [/p "outputfile"]    Specifies the the name of the converted
  46.                 output file.
  47.  
  48.  
  49. NOTE: If either /f or /p are not used then the output file will be called 
  50.       outfile.ps
  51.       If /i is not used then the program will prompt for the name of the
  52.       textfile to convert.
  53.  
  54.  
  55.  
  56. EXAMPLES:
  57.  
  58.     2up /l /o /i "fred.txt" /f
  59.  
  60.         This will tell 2-UP to print in landscape mode, turn off page
  61.         numbering, the file to convert is fred.txt, and it will ask
  62.         for an output file.
  63.  
  64.     2up /b /hs /font "Helvetica" /p lpt1
  65.  
  66.         2-UP! will not print the box, turn half-shadowing mode on
  67.         change the font to helvetica, and print to the printer
  68.         pointed to by lpt1.
  69.  
  70. Notice that you can print directly to a printer, and don't have to print 
  71. straight to a file.
  72.  
  73. All print-outs will have the time and date printed in the top line - that
  74. helps minimize the problems of figuring out which print out is the latest!
  75.